Skip to content

Fix invalid gh-aw workflow lock output#22

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-evergreen-workflow-issue
Draft

Fix invalid gh-aw workflow lock output#22
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-evergreen-workflow-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

Evergreen was failing at workflow startup because gh-aw v0.74.4 emitted GitHub Actions YAML with invalid concurrency.queue and unsupported permission scopes. Autoloop had the same invalid concurrency output and would fail on its next run.

  • Workflow lockfile cleanup

    • Removed invalid queue: max entries from Evergreen and Autoloop lockfiles.
    • Removed unsupported Evergreen permission scopes:
      • copilot-requests
      • vulnerability-alerts
  • gh-aw setup pin

    • Pinned generated gh-aw setup references back to v0.74.3:
      uses: github/gh-aw-actions/setup@622e8677853b93bfb741170504caecd58aef4f60 # v0.74.3
    • Updated .github/aw/actions-lock.json to match the v0.74.3 pin.

Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Evergreen workflow failure due to invalid concurrency key Fix invalid gh-aw workflow lock output May 18, 2026
Copilot finished work on behalf of mrjf May 18, 2026 23:46
Copilot AI requested a review from mrjf May 18, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Evergreen workflow startup_failure: tsikit-learn lacks access to the 'ubuntu-slim' runner group

2 participants